• frmProductRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmProductRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProductRecord))
36         Me.Panel1 = New System.Windows.Forms.Panel()
37         Me.Panel6 = New System.Windows.Forms.Panel()
38         Me.txtSubCategory = New System.Windows.Forms.TextBox()
39         Me.Label4 = New System.Windows.Forms.Label()
40         Me.Panel4 = New System.Windows.Forms.Panel()
41         Me.txtCategory = New System.Windows.Forms.TextBox()
42         Me.Label2 = New System.Windows.Forms.Label()
43         Me.Panel5 = New System.Windows.Forms.Panel()
44         Me.btnExportExcel = New System.Windows.Forms.Button()
45         Me.btnClose = New System.Windows.Forms.Button()
46         Me.btnReset = New System.Windows.Forms.Button()
47         Me.Panel3 = New System.Windows.Forms.Panel()
48         Me.txtProductName = New System.Windows.Forms.TextBox()
49         Me.Label3 = New System.Windows.Forms.Label()
50         Me.dgw = New System.Windows.Forms.DataGridView()
51         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Panel2 = New System.Windows.Forms.Panel()
64         Me.Label1 = New System.Windows.Forms.Label()
65         Me.lblSet = New System.Windows.Forms.Label()
66         Me.Panel1.SuspendLayout()
67         Me.Panel6.SuspendLayout()
68         Me.Panel4.SuspendLayout()
69         Me.Panel5.SuspendLayout()
70         Me.Panel3.SuspendLayout()
71         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
72         Me.Panel2.SuspendLayout()
73         Me.SuspendLayout()
74         
'
75         
'Panel1
76         
'
77         Me.Panel1.BackColor = System.Drawing.Color.White
78         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
79         Me.Panel1.Controls.Add(Me.Panel6)
80         Me.Panel1.Controls.Add(Me.Panel4)
81         Me.Panel1.Controls.Add(Me.Panel5)
82         Me.Panel1.Controls.Add(Me.Panel3)
83         Me.Panel1.Controls.Add(Me.dgw)
84         Me.Panel1.Controls.Add(Me.Panel2)
85         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
86         Me.Panel1.Name =
"Panel1"
87         Me.Panel1.Size = New System.Drawing.Size(
1050, 618)
88         Me.Panel1.TabIndex =
2
89         
'
90         
'Panel6
91         
'
92         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
93         Me.Panel6.Controls.Add(Me.txtSubCategory)
94         Me.Panel6.Controls.Add(Me.Label4)
95         Me.Panel6.Location = New System.Drawing.Point(
391, 75)
96         Me.Panel6.Name =
"Panel6"
97         Me.Panel6.Size = New System.Drawing.Size(
184, 70)
98         Me.Panel6.TabIndex =
48
99         
'
100         
'txtSubCategory
101         
'
102         Me.txtSubCategory.BackColor = System.Drawing.Color.White
103         Me.txtSubCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.txtSubCategory.Location = New System.Drawing.Point(
13, 30)
105         Me.txtSubCategory.Name =
"txtSubCategory"
106         Me.txtSubCategory.Size = New System.Drawing.Size(
159, 21)
107         Me.txtSubCategory.TabIndex =
13
108         
'
109         
'Label4
110         
'
111         Me.Label4.AutoSize = True
112         Me.Label4.Location = New System.Drawing.Point(
10, 10)
113         Me.Label4.Name =
"Label4"
114         Me.Label4.Size = New System.Drawing.Size(
129, 13)
115         Me.Label4.TabIndex =
12
116         Me.Label4.Text =
"Search By Sub Category :"
117         
'
118         
'Panel4
119         
'
120         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
121         Me.Panel4.Controls.Add(Me.txtCategory)
122         Me.Panel4.Controls.Add(Me.Label2)
123         Me.Panel4.Location = New System.Drawing.Point(
201, 75)
124         Me.Panel4.Name =
"Panel4"
125         Me.Panel4.Size = New System.Drawing.Size(
184, 70)
126         Me.Panel4.TabIndex =
47
127         
'
128         
'txtCategory
129         
'
130         Me.txtCategory.BackColor = System.Drawing.Color.White
131         Me.txtCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
132         Me.txtCategory.Location = New System.Drawing.Point(
13, 30)
133         Me.txtCategory.Name =
"txtCategory"
134         Me.txtCategory.Size = New System.Drawing.Size(
159, 21)
135         Me.txtCategory.TabIndex =
13
136         
'
137         
'Label2
138         
'
139         Me.Label2.AutoSize = True
140         Me.Label2.Location = New System.Drawing.Point(
10, 10)
141         Me.Label2.Name =
"Label2"
142         Me.Label2.Size = New System.Drawing.Size(
107, 13)
143         Me.Label2.TabIndex =
12
144         Me.Label2.Text =
"Search By Category :"
145         
'
146         
'Panel5
147         
'
148         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
149         Me.Panel5.Controls.Add(Me.btnExportExcel)
150         Me.Panel5.Controls.Add(Me.btnClose)
151         Me.Panel5.Controls.Add(Me.btnReset)
152         Me.Panel5.Location = New System.Drawing.Point(
581, 75)
153         Me.Panel5.Name =
"Panel5"
154         Me.Panel5.Size = New System.Drawing.Size(
279, 70)
155         Me.Panel5.TabIndex =
46
156         
'
157         
'btnExportExcel
158         
'
159         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
160         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
161         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
162         Me.btnExportExcel.Location = New System.Drawing.Point(
100, 23)
163         Me.btnExportExcel.Name =
"btnExportExcel"
164         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
165         Me.btnExportExcel.TabIndex =
6
166         Me.btnExportExcel.Text =
"&Export Excel"
167         Me.btnExportExcel.UseVisualStyleBackColor = True
168         
'
169         
'btnClose
170         
'
171         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
172         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
173         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
175         Me.btnClose.Name =
"btnClose"
176         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
177         Me.btnClose.TabIndex =
4
178         Me.btnClose.Text =
"&Close"
179         Me.btnClose.UseVisualStyleBackColor = True
180         
'
181         
'btnReset
182         
'
183         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
184         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
185         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
187         Me.btnReset.Name =
"btnReset"
188         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
189         Me.btnReset.TabIndex =
0
190         Me.btnReset.Text =
"&Reset"
191         Me.btnReset.UseVisualStyleBackColor = True
192         
'
193         
'Panel3
194         
'
195         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
196         Me.Panel3.Controls.Add(Me.txtProductName)
197         Me.Panel3.Controls.Add(Me.Label3)
198         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
199         Me.Panel3.Name =
"Panel3"
200         Me.Panel3.Size = New System.Drawing.Size(
186, 70)
201         Me.Panel3.TabIndex =
45
202         
'
203         
'txtProductName
204         
'
205         Me.txtProductName.BackColor = System.Drawing.Color.White
206         Me.txtProductName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
207         Me.txtProductName.Location = New System.Drawing.Point(
13, 30)
208         Me.txtProductName.Name =
"txtProductName"
209         Me.txtProductName.Size = New System.Drawing.Size(
159, 21)
210         Me.txtProductName.TabIndex =
13
211         
'
212         
'Label3
213         
'
214         Me.Label3.AutoSize = True
215         Me.Label3.Location = New System.Drawing.Point(
10, 10)
216         Me.Label3.Name =
"Label3"
217         Me.Label3.Size = New System.Drawing.Size(
133, 13)
218         Me.Label3.TabIndex =
12
219         Me.Label3.Text =
"Search By Product Name :"
220         
'
221         
'dgw
222         
'
223         Me.dgw.AllowUserToAddRows = False
224         Me.dgw.AllowUserToDeleteRows = False
225         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
226         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
227         Me.dgw.BackgroundColor = System.Drawing.Color.White
228         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
229         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
230         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
231         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
233         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
234         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
235         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
236         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
237         Me.dgw.ColumnHeadersHeight =
30
238         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column11, Me.Column12, Me.Column13, Me.Column9})
239         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
240         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
241         DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
242         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
244         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
245         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
246         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
247         Me.dgw.DefaultCellStyle = DataGridViewCellStyle8
248         Me.dgw.EnableHeadersVisualStyles = False
249         Me.dgw.GridColor = System.Drawing.Color.White
250         Me.dgw.Location = New System.Drawing.Point(
9, 151)
251         Me.dgw.MultiSelect = False
252         Me.dgw.Name =
"dgw"
253         Me.dgw.ReadOnly = True
254         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
255         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
256         DataGridViewCellStyle9.BackColor = System.Drawing.Color.CadetBlue
257         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
259         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
260         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
261         DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
262         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
263         Me.dgw.RowHeadersWidth =
25
264         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
265         DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
266         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.DarkSlateGray
268         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White
269         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle10
270         Me.dgw.RowTemplate.Height =
20
271         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
272         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
273         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
274         Me.dgw.Size = New System.Drawing.Size(
1028, 455)
275         Me.dgw.TabIndex =
43
276         
'
277         
'Column1
278         
'
279         Me.Column1.HeaderText =
"PID"
280         Me.Column1.Name =
"Column1"
281         Me.Column1.ReadOnly = True
282         Me.Column1.Visible = False
283         
'
284         
'Column2
285         
'
286         Me.Column2.HeaderText =
"Product Code"
287         Me.Column2.Name =
"Column2"
288         Me.Column2.ReadOnly = True
289         
'
290         
'Column3
291         
'
292         Me.Column3.HeaderText =
"Product Name"
293         Me.Column3.Name =
"Column3"
294         Me.Column3.ReadOnly = True
295         
'
296         
'Column4
297         
'
298         Me.Column4.HeaderText =
"Sub Category ID"
299         Me.Column4.Name =
"Column4"
300         Me.Column4.ReadOnly = True
301         Me.Column4.Visible = False
302         
'
303         
'Column5
304         
'
305         Me.Column5.HeaderText =
"Category"
306         Me.Column5.Name =
"Column5"
307         Me.Column5.ReadOnly = True
308         
'
309         
'Column6
310         
'
311         Me.Column6.HeaderText =
"Sub Category"
312         Me.Column6.Name =
"Column6"
313         Me.Column6.ReadOnly = True
314         
'
315         
'Column7
316         
'
317         Me.Column7.HeaderText =
"Description"
318         Me.Column7.Name =
"Column7"
319         Me.Column7.ReadOnly = True
320         
'
321         
'Column8
322         
'
323         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
324         Me.Column8.DefaultCellStyle = DataGridViewCellStyle3
325         Me.Column8.HeaderText =
"Cost Price"
326         Me.Column8.Name =
"Column8"
327         Me.Column8.ReadOnly = True
328         
'
329         
'Column11
330         
'
331         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
332         Me.Column11.DefaultCellStyle = DataGridViewCellStyle4
333         Me.Column11.HeaderText =
"Selling Price"
334         Me.Column11.Name =
"Column11"
335         Me.Column11.ReadOnly = True
336         
'
337         
'Column12
338         
'
339         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
340         Me.Column12.DefaultCellStyle = DataGridViewCellStyle5
341         Me.Column12.HeaderText =
"Discount"
342         Me.Column12.Name =
"Column12"
343         Me.Column12.ReadOnly = True
344         
'
345         
'Column13
346         
'
347         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
348         Me.Column13.DefaultCellStyle = DataGridViewCellStyle6
349         Me.Column13.HeaderText =
"VAT"
350         Me.Column13.Name =
"Column13"
351         Me.Column13.ReadOnly = True
352         
'
353         
'Column9
354         
'
355         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
356         Me.Column9.DefaultCellStyle = DataGridViewCellStyle7
357         Me.Column9.HeaderText =
"Reorder point"
358         Me.Column9.Name =
"Column9"
359         Me.Column9.ReadOnly = True
360         
'
361         
'Panel2
362         
'
363         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
364         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
365         Me.Panel2.Controls.Add(Me.Label1)
366         Me.Panel2.Controls.Add(Me.lblSet)
367         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
368         Me.Panel2.Name =
"Panel2"
369         Me.Panel2.Size = New System.Drawing.Size(
1028, 62)
370         Me.Panel2.TabIndex =
0
371         
'
372         
'Label1
373         
'
374         Me.Label1.AutoSize = True
375         Me.Label1.BackColor = System.Drawing.Color.Transparent
376         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
377         Me.Label1.ForeColor = System.Drawing.Color.White
378         Me.Label1.Location = New System.Drawing.Point(
425, 20)
379         Me.Label1.Name =
"Label1"
380         Me.Label1.Size = New System.Drawing.Size(
156, 24)
381         Me.Label1.TabIndex =
0
382         Me.Label1.Text =
"List Of Products"
383         
'
384         
'lblSet
385         
'
386         Me.lblSet.AutoSize = True
387         Me.lblSet.Location = New System.Drawing.Point(
722, 28)
388         Me.lblSet.Name =
"lblSet"
389         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
390         Me.lblSet.TabIndex =
44
391         Me.lblSet.Text =
"Set"
392         Me.lblSet.Visible = False
393         
'
394         
'frmProductRecord
395         
'
396         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
397         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
398         Me.BackColor = System.Drawing.Color.DarkSlateGray
399         Me.ClientSize = New System.Drawing.Size(
1074, 644)
400         Me.Controls.Add(Me.Panel1)
401         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
402         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
403         Me.MaximizeBox = False
404         Me.MinimizeBox = False
405         Me.Name =
"frmProductRecord"
406         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
407         Me.Panel1.ResumeLayout(False)
408         Me.Panel6.ResumeLayout(False)
409         Me.Panel6.PerformLayout()
410         Me.Panel4.ResumeLayout(False)
411         Me.Panel4.PerformLayout()
412         Me.Panel5.ResumeLayout(False)
413         Me.Panel3.ResumeLayout(False)
414         Me.Panel3.PerformLayout()
415         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
416         Me.Panel2.ResumeLayout(False)
417         Me.Panel2.PerformLayout()
418         Me.ResumeLayout(False)
419
420     End Sub
421     Friend WithEvents Panel1 As System.Windows.Forms.Panel
422     Friend WithEvents Panel2 As System.Windows.Forms.Panel
423     Friend WithEvents Label1 As System.Windows.Forms.Label
424     Friend WithEvents dgw As System.Windows.Forms.DataGridView
425     Friend WithEvents lblSet As System.Windows.Forms.Label
426     Friend WithEvents Panel4 As System.Windows.Forms.Panel
427     Friend WithEvents txtCategory As System.Windows.Forms.TextBox
428     Friend WithEvents Label2 As System.Windows.Forms.Label
429     Friend WithEvents Panel5 As System.Windows.Forms.Panel
430     Friend WithEvents btnClose As System.Windows.Forms.Button
431     Friend WithEvents btnReset As System.Windows.Forms.Button
432     Friend WithEvents Panel3 As System.Windows.Forms.Panel
433     Friend WithEvents txtProductName As System.Windows.Forms.TextBox
434     Friend WithEvents Label3 As System.Windows.Forms.Label
435     Friend WithEvents Panel6 As System.Windows.Forms.Panel
436     Friend WithEvents txtSubCategory As System.Windows.Forms.TextBox
437     Friend WithEvents Label4 As System.Windows.Forms.Label
438     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
439     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
440     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
441     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
442     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
443     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
444     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
445     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
446     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
447     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
448     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
449     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
450     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
451
452 End Class


Gõ tìm kiếm nhanh...